* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    min-width: 1250px;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none
}

/*头部*/
.header .headerTop {
    background: #2071c4;
    width: 100%;
    height: 62px;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
}

.header .headerTop .con {
    width: 1200px;
    margin: 0 auto;
}

.header .headerTop .con .ipv {
    margin-right: 50px;
    /* margin-top: 22px; */
}

.header .headerTop .con .weather {
    display: inline-block;
    margin-top: 5px;
    width: 240px;
    overflow: hidden;
    position: relative;
}
.header .headerTop .con .weather .tm{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.header .headerTop .con .weather img {
    display: inline-block;
    margin-right: 4px;
}


.banner {
    background: url("https://nr.gd.gov.cn/audiojs/header.jpg") no-repeat top center;
    height: 716px;
    width: 100%;
    min-width: 1200px;
}

.banner .logo {
    margin: 0 auto;
    width: 517px;
}

.banner .logo img {
    padding-top: 90px;
    display: block;
    margin: 0 auto 36px;
}

.banner .search {
    margin: 15px auto 0;
    width: 530px;
    height: 46px;
}
.banner .search form{
    margin-left: 126px;
    width: 400px;
    display: block;
    position: relative;
}

.banner .search input {
    width: 320px;
    background: #ffffff;
    height: 46px;
    font-size: 16px;
    color: #999999;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    padding-left: 15px;
}

.banner .search button {
    width:80px;
    position: absolute;
    right: 0;
    background: #2071c4;
    height: 46px;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
}

.banner .search button img {
    display: block;
    margin: 0 auto;
}

.nav {
    margin: -380px auto 0;
    position: relative;
    width: 1200px;
}

.nav ul.nav_ul{
  background: rgba(132, 187, 201, 0.4);
  height: 60px;
  width: 1200px;
}

.nav ul.nav_ul li:hover{
  color: #ffffff;
  background: url(https://nr.gd.gov.cn/images/nav.jpg) no-repeat center center;
  
}

.nav ul.nav_ul li:hover a{
  color: #ffffff;
  
}
.nav ul.nav_ul li.onnn {
    float: left;   
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #2071c4;
    font-size: 20px;
    font-weight: bold;
    box-sizing: border-box;
}

.nav ul.nav_ul li.onnn ul{
    overflow: hidden;
    position: relative; 
    z-index: 99;
}

.nav_hide{
    display: none;
}

.nav ul.nav_ul li.onnn ul li{
    height: 45px;
    line-height: 45px;
    background:#84bbc9;
    margin-top: 2px;
}
.nav ul.nav_ul li.onnn ul li a{
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: #fff;
}
.nav ul.nav_ul li.onnn ul li:hover{
    background:#58aabf;
}

.main {
    margin: 0 auto;
    background: url("https://nr.gd.gov.cn/audiojs/footer.jpg") no-repeat bottom center;
    padding-bottom: 30px;
}

.links {
    width: 100%;
    background: #e1e1e1;
    padding: 20px 0;
}

.links .linkCon {
    width: 1200px;
    color: #444444;
    font-size: 14px;
    margin: 0 auto;
}

.links .linkCon .cusSelect {
    height: 40px;
    width: 220px;
    padding-left: 10px;
    border: 1px solid #ccc;
    line-height: 40px;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    background: url("../images/select.png") no-repeat 196px center;
    background-color: #ffffff;
    display: inline-block;
    _zoom: 1;
    _display: inline;
}

.links .linkCon .cusTitle {
    width: 90%;
    height: 100%;
    font-size: 14px;
    color: #333333;
    line-height: inherit;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.links .linkCon .cusOpSet {
    min-width: 100%;
    max-height: 322px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    overflow-y: auto;
    background-color: #fff;
    z-index: 100;
}

.links .linkCon .cusOption {
    width: auto;
    line-height: inherit;
    font-size: inherit;
    background-color: inherit;
    padding: 0;
    white-space: nowrap;
}

.links .linkCon .cusOption a {
    text-decoration: none;
    color: inherit;
    display: block;
    padding: 0 10px;
}

.links .linkCon .cusOption:hover {
    background-color: #2f6ea2;
    color: #fff;
}

.footer {
    /*margin-top: -180px;*/
    font-size: 15px;
}

.footer .footerNav {
    width: 100%;
    background: #ececec;
    color: #333333;
    line-height: 54px;
    height: 54px;

}

.footer .footerNav ul {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

.footer .footerNav ul li {
    display: inline-block;
}

.footer .footerCon {
    margin: 20px auto;
    width: 1040px;
    line-height: 36px;

}

.footer .footerCon .dzjg {
    margin-right: 40px;
    margin-top: 20px;
}

.footer .footerCon .right {
    padding-left: 50px;
    border-left: 1px solid #d1d1d1;
}

#_span_jiucuo {
    margin-right: 20px;
}

#_span_jiucuo img{
    border: 1px solid #d1d1d1 !important;
}

.cbl{
    z-index: 9999;
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 64px;
    
}

.cbl li{
    display: block;
    cursor: pointer;
    position: relative;
    margin-bottom: 2px;
}
.cbl li img{
    width: 64px;
}
.fp-itm1{
    position: absolute;
    top: 150px;
    left: -22px;
    opacity: 0;
}

.ewmcode {
    position: absolute;
    top: -10px;
    right: 74px;
    width: 100px;
    height: 100px;
}

.cbl li .ewmcode img{
    width: 100px;
    height: 100px;
}

